var runtime.fing
10 uses
runtime (current package)
mfinal.go#L46: fing *g // goroutine that runs finalizers
mfinal.go#L158: return fing
mfinal.go#L188: fing = gp
mfinal.go#L333: empty = empty && readgstatus(fing) == _Gwaiting && fing.waitreason == waitReasonFinalizerWait
mprof.go#L1428: if fing != nil {
mprof.go#L1429: fing.goroutineProfiled.Store(goroutineProfileSatisfied)
mprof.go#L1430: if readgstatus(fing) != _Gdead && !isSystemGoroutine(fing, false) {
mprof.go#L1431: doRecordGoroutineProfile(fing, pcbuf)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)